home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / autoconf.lha / autoconf-1.4 / README < prev    next >
Text File  |  1992-12-31  |  2KB  |  34 lines

  1. Autoconf -- generate automatic software configuration scripts from templates
  2.  
  3. Autoconf is an extensible package of m4 macros that produce shell
  4. scripts to automatically configure software source code packages.
  5. These scripts can adapt the packages to many kinds of UNIX-like
  6. systems without manual user intervention.  Autoconf creates a
  7. configuration script for a package from a template file that lists the
  8. operating system features that the package can use, in the form of m4
  9. macro calls.
  10.  
  11. Autoconf requires GNU m4.
  12.  
  13. The file INSTALL can be distributed with packages that use
  14. Autoconf-generated configure scripts and Makefiles that conform to the
  15. GNU coding standards.  The package's README can just give an overview
  16. of the package, where to report bugs, and a pointer to INSTALL for
  17. instructions on compilation and installation.  This removes the need
  18. to maintain many similar sets of installation instructions.
  19.  
  20. The file `acconfig.h' contains short descriptions of the C preprocessor
  21. variables that Autoconf can define, suitable for copying into other
  22. packages' configuration headers or Makefile.in files.  You can use the
  23. program `autoheader' to automatically creates a configuration header
  24. from a `configure.in', based on the information in `acconfig.h'.
  25.  
  26. Some GNU programs have been released with `configure.in' and
  27. `Makefile.in' files written for pre-1.0 versions of Autoconf.
  28. Most of those files do not work with the current version of Autoconf,
  29. because of changes in the Autoconf macros.
  30.  
  31. Mail suggestions and bug reports for Autoconf to
  32. bug-gnu-utils@prep.ai.mit.edu.  Please include the Autoconf version
  33. number, which you can get by running "autoconf --version".
  34.